home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 December / Dec99.iso / Data / Main.dxr / 00031_quit handler.ls < prev    next >
Encoding:
Text File  |  1999-10-05  |  137 b   |  12 lines

  1. on new me
  2.   return me
  3. end
  4.  
  5. on mouseUp me
  6.   if the runMode = "author" then
  7.     halt()
  8.   else
  9.     go(1, the pathName & "end")
  10.   end if
  11. end
  12.